libkovan
1
The kovan standard library
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
color.hpp
Go to the documentation of this file.
1
#ifndef _COLOR_HPP_
2
#define _COLOR_HPP_
3
4
#include "
export.h
"
5
6
struct
Rgb
7
{
8
unsigned
char
r
;
9
unsigned
char
g
;
10
unsigned
char
b
;
11
};
12
13
struct
Hsv
14
{
15
unsigned
char
h
;
16
unsigned
char
s
;
17
unsigned
char
v
;
18
};
19
20
#endif
21
22
include
kovan
color.hpp
Generated on Mon Aug 19 2013 00:33:00 for libkovan by
1.8.4